TABLE.EXTERNAL_VARIABLES_GET Function

Syntax

Variable_List as C = external_variables_get(C tablename[,C format[,C variable_context]])

Arguments

tablename

The name of a table.

format

A character, numeric, logical, or date data display format.

variable_context

A definition of the variable context, such as LOCAL_VARIABLES() or GLOBAL_VARIABLES().

Description

The TABLE.EXTERNAL_VARIABLES_GET() method returns a list of externally defined variables.

See Also